home *** CD-ROM | disk | FTP | other *** search
/ Enter 2002 March / EnterCD 3_2002.iso / Uzytki / Hack-It 4.0 / hackit4setup.exe / install_script.iss
Encoding:
Text File  |  2002-01-16  |  1.1 KB  |  32 lines

  1. ;InnoSetupVersion=2.0.18
  2.  
  3. [Setup]
  4. AppName=Hack-It
  5. AppVerName=Hack-It v4.01
  6. AppId=Hack-It
  7. AppVersion=4.01
  8. AppPublisher=Headius, Inc
  9. AppPublisherURL=http://www.headius.com
  10. AppSupportURL=http://www.headius.com/support.html
  11. AppUpdatesURL=http://www.headius.com/hackit.html
  12. DefaultDirName={pf}\Hack-It
  13. DefaultGroupName=Hack-It
  14. OutputBaseFilename=hackit4setup
  15. Compression=zip
  16. PrivilegesRequired=none
  17. LicenseFile=embedded\License.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\HackIt.exe"; DestDir: "{app}"; Flags: restartreplace 
  23. Source: "{app}\Trayman.dll"; DestDir: "{app}"; Flags: restartreplace 
  24. Source: "{app}\HackIt.chm"; DestDir: "{app}"; Flags: restartreplace 
  25. Source: "{app}\License.txt"; DestDir: "{app}"; 
  26.  
  27. [Icons]
  28. Name: "{group}\Hack-It"; Filename: "{app}\HackIt.exe"; WorkingDir: "{app}"; 
  29. Name: "{group}\Hack-It Help File"; Filename: "{app}\HackIt.chm"; WorkingDir: "{app}"; 
  30. Name: "{group}\Hack-It License"; Filename: "{app}\License.txt"; WorkingDir: "{app}"; 
  31. Name: "{userstartup}\Hack-It"; Filename: "{app}\HackIt.exe"; WorkingDir: "{app}"; 
  32.